home *** CD-ROM | disk | FTP | other *** search
- 2001-08-03 Jens Langner <Jens.Langner@htw-dresden.de>
-
- * removed enforcer hit on a internal ssh client error.
-
- * the environment variable CVS_RSH can now also be set to "ssh1"
- to allow the use of the internal :server: based ssh client.
- This was added to be compatible to the old ixemul cvs port.
-
- * added optional CVS_SSH_PASSFILE environment variable to specify
- a separate password file for the internal ssh client. If enabled
- the internal ssh client is going to write the encrypted password
- together with the CVSROOT string into a standard cvs passfile like
- :pserver: does. After this first connect the password will then be
- obtained from this passfile to log into the ssh server.
-
- PLEASE NOTE THAT THIS BRINGS DOWN THE SECURITY ASPECTS OF SSH AND
- IF SOMEONE HAS ACCESS TO THIS PASSFILE HE HAS THE POSSIBILITY TO
- DECRYPT THE PASSWORD !!! SO THIS IS INSECURE LIKE :PSERVER: AND
- EVERYONE IS ENCOURAGED NOT TO USE THIS FEATURE AND KEEP ENTERING
- THE PASSPHRASE AT THE PROMPT !!
-
- 2001-07-28 Jens Langner <Jens.Langner@htw-dresden.de>
-
- * fixed bug/enforcer hits in amiga_expand_wild() function where
- the argv string should normally be duplicated because
- free_names() is freeing this strings later. This bug
- effected possibly many other functions. Now it should behave
- save.
-
- * removed most of the cvs original documentation from the release
- archive because it will make the archive too hugh.
- Please make sure to check the documentation at
- http://www.cvshome.org/
-
- 2001-07-22 Jens Langner <Jens.Langner@htw-dresden.de>
-
- * rewrote all smakefiles to make it easy to compile a version for
- different CPUs.
-
- * added CPU dependent version string.
-
- 2001-07-21 Olaf Barthel <olsen@sourcery.han.de>
-
- * fixed bug in the time calculation which occured in
- convert_fileinfo_to_stat()
-
- 2001-07-19 Jens Langner <Jens.Langner@htw-dresden.de>
-
- * fixed crash if a user tried to break a checkout/checkin process
- with CTRL-C.
-
- * fixed crashes on "cvs init" usage.
-
- * Verified the ssh changes from Olaf and ported them to the latest
- 1.11.1p1 version of CVS.
-
- 2001-06-01 Olaf Barthel <olsen@sourcery.han.de>
-
- * Added the option to configure the SSH port to use; updated the
- documentation as well.
-
- 2001-04-29 Jens Langner <Jens.Langner@htw-dresden.de>
-
- * updated CVS source tree to latest version 1.11.1p1
- and updated amiga.c implementation accordingly
-
- * CVS/Entries files were broken because of some wrong time calculation
- in convert_fileinfo_to_stat()
-
- * fixed some bugs in the smakefiles and corrected some header files
-
- 2001-02-08 Olaf Barthel <olsen@sourcery.han.de>
-
- * Whoops. The fstat() replacement function did not get called and
- thus ended up trashing the protection bits of files checked out.
-
- * The current signal handler was not properly restored in the
- password entry routine.
-
- 2001-02-07 Olaf Barthel <olsen@sourcery.han.de>
-
- * The password query routine failed to store the password entered,
- rendering cvs almost entirely useless. The code was also vulnerable
- when receiving a ^C break signal.
-
- * Rewrote stat(), fstat(), lstat() and chmod() from scratch since
- the original implementations turned out to be fundamentally
- incompatible with how CVS would use file attribute bits.
-
- * Worked around another potential pitfall with the access()
- implementation.
-